Measure

objects.Measure()

The expected variables and data types of attributes common to all measures.

A measure is a collection of attributes that can be applied to a model.

Attributes

name : str

Name of the measure.

description : str

Description of the measure.

type : MeasureType

Type of measure. Should be one of the MeasureType enum values.

Back to top